home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / SplitView.wo / SplitView.wod < prev    next >
Encoding:
Text File  |  1996-02-11  |  455 b   |  29 lines

  1.  
  2. RowsConditional: WOConditional {
  3.    condition = doRows;
  4. };
  5.  
  6. ColumnsConditional: WOConditional {
  7.    condition = doColumns;
  8. };
  9.  
  10. RowsFrameSet: WOGenericContainer {
  11.    elementName = "frameset";
  12.    rows = sizeString;
  13. };
  14.  
  15. ColumnsFrameSet: WOGenericContainer {
  16.    elementName = "frameset";
  17.    cols = sizeString;
  18. };
  19.  
  20. FrameOne: WOFrame {
  21.     value = getPageOne;
  22.     name = frameNameOne;
  23. };
  24.  
  25. FrameTwo: WOFrame {
  26.     value = getPageTwo;
  27.     name = frameNameTwo;
  28. };
  29.